home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / Foundation.framework / Versions / B / Resources / Swedish.lproj / Formatter.strings < prev   
Encoding:
Text (UTF-16)  |  1996-08-26  |  1.1 KB  |  16 lines

  1. /* Presented when user typed illegal characters
  2.    No valid object */
  3. "Invalid number" = "Ogiltigt nummer";
  4.  
  5. /* Presented when user value smaller than minimum */
  6. "Fell short of minimum" = "Vîrdet du angav understiger minimivîrdet";
  7.  
  8. /* Presented when user value larger than maximum */
  9. "Maximum exceeded" = "Vîrdet du angav üverstiger maximivîrdet";
  10.  
  11. /* Presented when value is a float, but floats not allowed */
  12. "Floating Point not allowed" = "Flyttal îr inte tillïtna";
  13.  
  14. /* Presented when string cannot be converted to an NSDate */
  15. "Invalid date string" = "Ogiltig datumstrîng";
  16.